home *** CD-ROM | disk | FTP | other *** search
/ Internet - Latest Software 2006 / Internet LS 2006.iso / Internet Download Accelerator 4.1.2.845 / crack / ida.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Encoding:
Text File  |  2005-03-01  |  577 b   |  29 lines

  1. object SplashForm: TSplashForm
  2.   Left = 373
  3.   Top = 189
  4.   BorderStyle = bsNone
  5.   Caption = 'SplashForm'
  6.   ClientHeight = 137
  7.   ClientWidth = 300
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image: TImage
  20.     Left = 0
  21.     Top = 0
  22.     Width = 300
  23.     Height = 137
  24.     Align = alClient
  25.     Picture.Data = {<image000.jpg>}
  26.     Stretch = True
  27.   end
  28. end
  29.